home *** CD-ROM | disk | FTP | other *** search
/ Ratselspass 18 / Ratselspass - Nr 18.iso / majongvg / fixes.doc < prev    next >
Text File  |  1991-02-21  |  11KB  |  235 lines

  1. SER
  2. NUM                            PROBLEM & FIX
  3. ----------------------------------------------------------------------
  4. 1029 - 9/30/89
  5.  
  6.        SYMPTOM:
  7.           A couple people have reported that The Draftsman wouldn't
  8.           recognize their VGA card, although MJVGA ran perfectly.
  9.        PROBLEM:
  10.           A real good question!  The source code for the VGA test is
  11.           identical in both programs!
  12.        SOLUTION:
  13.           I re-compiled The Draftsman using the same memory model as
  14.           MJVGA.  I also added an option which lets you attempt to run
  15.           The Draftsman even if it doesn't see a VGA card.  The
  16.           Draftsman has always worked fine on my system & on the systems
  17.           that I test it on.  Therefore, I don't know if this fix will
  18.           work or not.  If you should experience this problem, please
  19.           let me know.
  20.  
  21.  
  22. 1055 - The "official" release of Version 2.1
  23.  
  24.        SYMPTOM
  25.           Someone with a VGA card reported that neither MJVGA nor The
  26.           Draftsman would recognize his card.
  27.        PROBLEM
  28.           I dunno....  Strange VGA card maybe???
  29.        SOLUTION
  30.           He tried the above-modified Draftsman and said it worked fine
  31.           after selecting "try anyway."  MJVGA now includes this option.
  32.  
  33.        SYMPTOM
  34.           If you select What's Left, then exit the What's Left screen by
  35.           clicking the LEFT mouse button, the screen re-draws and either
  36.           A) you return to the What's Left screen or B) you select some
  37.           other menu item or tile.
  38.        PROBLEM
  39.           You're SUPPOSED to leave the What's Left screen by clicking
  40.           the right mouse button, but in reality any button will get you
  41.           out.  Using the left button, however, was putting a "left
  42.           button click" message on the stack.  When the MJVGA game board
  43.           returned, it saw this message & acted on it -- possibly taking
  44.           you right back to What's Left.
  45.        SOLUTION
  46.           This was a simple one -- I just cleard the button stack after
  47.           exiting the What's Left screen.
  48.  
  49.        SYMPTOM
  50.           The computer locks up after the game board is displayed.
  51.        PROBLEM
  52.           This has only been reported once.  The fellow corrected the
  53.           problem himself by running MJVGA with the "D" command line
  54.           parameter to disable the monochrome display routines.  It
  55.           seems that his computer didn't let MJVGA write to the "dead
  56.           space" where a monochrome card should have been.  It usually
  57.           doesn't matter -- if there's no monochrome card, the data
  58.           just "falls into the bit bucket" and causes no harm.  But he's
  59.           proven that in certain systems it DOES matter!
  60.        SOLUTION
  61.           Since the vast majority of people don't have dual monitor
  62.           systems, I've changed the default from using the second
  63.           monitor to NOT using the second monitor.  Now, if you wish to
  64.           use two monitors, YOU MUST START MJVGA WITH THE "D" COMMAND
  65.           LINE PARAMETER!!!!  This may inconvenience a few people, but
  66.           will increase default compatibility to everyone.
  67.  
  68.  
  69. 1105 - 2/10/90    (Problem not fixed -- serial # indicates revision
  70.                    of this document.)
  71.        SYMPTOM
  72.           Someone reported that the abbreviated HELP command didn't work
  73.           properly.  The regular HELP menu appeared instead of just the
  74.           number of moves left.
  75.        PROBLEM
  76.           MJVGA first checks the left mouse button to determine the
  77.           command.  It then expects to see BOTH the left AND right
  78.           buttons pressed if you want the shortened HELP screen.  If you
  79.           release the left button before the computer can register that
  80.           both are pressed, you'll get the standard HELP menu.
  81.        SOLUTION
  82.           I haven't fixed this one yet.  It will be fixed in the next
  83.           release, though.  Until then, if you experience this, just
  84.           hold down both buttons for a few extra moments to be sure that
  85.           MJVGA sees them.  You shouldn't experience this unless you
  86.           either have a slow machine or are a fast clicker.  I had to
  87.           load down my 25 MHz machine with four background processes
  88.           before it ran slow enough to let me see this problem.
  89.  
  90.  
  91. 1150 - 3/6/90
  92.  
  93.        SYMPTOM
  94.           A couple people reported that they couldn't change "brush
  95.           colors" in The Draftsman.  Clicking on the color squares did
  96.           nothing.
  97.        PROBLEM
  98.           This problem seems unique to Logitech's new Series 9 serial
  99.           mouse.  To date, all reports involved that mouse.  Moreover,
  100.           the Series 9 Bus mouse works perfectly!  Only the serial mouse
  101.           seems to cause this problem.  I traced the exact cause to a
  102.           timing problem.  Briefly, I was asking the mouse which buttons
  103.           were pressed before it knew.  Consequently, it was telling me
  104.           that NO buttons were pressed!  My guess is that the bus
  105.           mouse's hardware is faster than the serial mouse's for obvious
  106.           reasons.  The bus mouse was therefore able to register the
  107.           buttons faster than the serial mouse.
  108.        SOLUTION
  109.           The solution was easy once I found the cause.  I just execute
  110.           a several-millisecond time delay before asking the mouse which
  111.           buttons are pressed.  This seems to give the rodent ample time
  112.           to organize it's thoughts, even on my fast machine.
  113.  
  114.  
  115. 1234 - 6/1/90  The "official" release of MJVGA version 2.2
  116.  
  117.        SYMPTOM
  118.           See the write-up for S/N 1105.
  119.        PROBLEM
  120.           See the write-up for S/N 1105.
  121.        SOLUTION
  122.           I've changed the mouse-check routine so that you'll get the
  123.           abbreviated help whether or not the left button is still down.
  124.           I have a suspicion, though that this problem may have been
  125.           caused (at least in part) by the Logitech Series 9 serial
  126.           mouse problem described above.  If you should still experience
  127.           this, PLEASE be sure to tell me whether you have that
  128.           particular rodent or not.
  129.  
  130.  
  131. 1355 - 7/21/90
  132.  
  133.        *  NOTICE  *
  134.           This release is the first to be compiled with Borland's new
  135.           Turbo C++ compiler.  The compiler is supposed to be compatible
  136.           with all software written with Turbo C 2.0 which is what I've
  137.           been using.  But my efforts to even get MJVGA22 to compile and
  138.           link under C++ have led me to believe otherwise!  I did get it
  139.           to work, though, so the differences aren't insurmountable.
  140.  
  141.           I've already noticed one performance difference in MJVGA
  142.           compiled on the two compilers.  The sound from the C++
  143.           compiled file seems "choppy" compared to the same thing
  144.           (almost!) compiled under C 2.0.  I may be wrong, but I think
  145.           C++ does some form of "multitasking" to get & dispatch
  146.           messages to the objects.  This "stealing" of CPU time would
  147.           account for the choppiness.  If anyone has a better
  148.           explanation, (or a way to overcome it), please let me know.
  149.  
  150.           I've finally added the long-promised fix to let the "L" tile
  151.           set loader access more than 24 tile sets.  Actually, I HAD to
  152.           because I now have more than 24 of them!  It's still not done
  153.           in graphics mode (although I AM planning to), but at least
  154.           it's better than it was.
  155.  
  156.           I've also added a built-in registration form printer.
  157.           Pressing CTRL R at any time during the game will print a
  158.           registration form to printer port LPT1.  See manual for
  159.           complete details.
  160.  
  161.        SYMPTOM
  162.           Only the first thirteen tile sets can be accessed via the "L"
  163.           command with a Microsoft mouse, although a Logitech mouse can
  164.           access the maximum of 24.
  165.        PROBLEM
  166.           When the screen goes into text mode, the Logitech mouse
  167.           remains in the 640x480 mode while the Microsoft mouse
  168.           switches to 640x200. (I don't know what others do.) To
  169.           approximate the screen line, I was >>4'ing the Y coordinate
  170.           from the mouse.  Unfortunately, since the Microsoft mouse was
  171.           only returning a maximum value of 199, the largest line number
  172.           possible was 13!
  173.        SOLUTION
  174.           This was simple enough!  I just changed the shift from four
  175.           places to three.  Problem solved!
  176.  
  177.  
  178. 1404 - 9/1/90
  179.  
  180.        SYMPTOM
  181.           If you remove a tile pair, select a tile which was just freed,
  182.           back up a move, then select a match to the tile just selected,
  183.           they'll both go away -- even the one that's no longer free!!
  184.        PROBLEM
  185.           A selected tile is verified only before highlighting it, not
  186.           before actually removing it.  So, the tile was verified as
  187.           being OK and later removed without further verification.
  188.        SOLUTION
  189.           I actually had code in place to solve this problem, but just
  190.           forgot to call it!  Whenever a menu item is selectd, I SHOULD
  191.           de-select any tile that's been selected.  I forgot to include
  192.           the call when BACK-UP is selected.  All I had to do was insert
  193.           that call and the problem was solved.
  194.           Many thanks to Erik Brooks for discovering this strange
  195.           problem!
  196.  
  197.        SYMPTOM
  198.           The 'T' key is used to bring up the list of tile sets available.
  199.        PROBLEM
  200.           This in itself isn't a problem -- but the manual says you
  201.           should use the 'L' key to load tile sets!!!  OOOPS!  I GOOFED!!!
  202.        SOLUTION
  203.           I could have changed the manual, but I decided to change the
  204.           program to accept 'L' instead of 'T'.  Why?  Because the 'L' is
  205.           used on the command line to load a tile set and I thought I should
  206.           use the same letter in both places to try to standardize things a
  207.           bit.
  208.  
  209.  
  210. 1487 - 1/1/91   The official release of MJVGA version 3.0
  211.  
  212.       *  NOTICE  *
  213.          There have been a lot of subtle changes to MJVGA for this
  214.          version, so I probably caused more bugs than I fixed.  If you
  215.          find anything strange, please let me know!
  216.  
  217.       SYMPTOM
  218.          If you somehow work the dragon from left to right & have only
  219.          the two left-center tiles remaining, the inner of the two is
  220.          still not consideed "free".
  221.       PROBLEM
  222.          I never thought anyone could get to that tile from the other
  223.          end, so I never bothered to declare it free if the two tiles
  224.          that it's blocking are removed.  But, of course, someone has
  225.          proven me wrong!  Actually, TWO PEOPLE have already gone
  226.          through the game that way & have found the problem!
  227.       SOLUTION
  228.          This one wasn't too bad.  I just added logic to free the
  229.          afflicted tile when the two to its left are  removed.
  230.  
  231.  
  232.  Note:  The listed serial number is the first which contains a
  233.         fix.  All releases with later (ie larger) serial numbers will
  234.         also contain the fix unless otherwise stated.
  235.